home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TDLGOPTIONS / TDLGOPTIONS.txt
Text File  |  2004-12-09  |  21KB  |  717 lines

  1. object dlgOptions: TdlgOptions
  2.   Left = 396
  3.   Top = 270
  4.   HelpContext = 801
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Options'
  8.   ClientHeight = 398
  9.   ClientWidth = 401
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 401
  26.     Height = 357
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     BorderWidth = 5
  30.     ParentColor = True
  31.     TabOrder = 1
  32.   end
  33.   object Panel2: TPanel
  34.     Left = 0
  35.     Top = 357
  36.     Width = 401
  37.     Height = 41
  38.     Align = alBottom
  39.     BevelOuter = bvNone
  40.     ParentColor = True
  41.     TabOrder = 2
  42.     object btnOK: TsitBitBtn
  43.       Left = 158
  44.       Top = 8
  45.       Width = 75
  46.       Height = 25
  47.       Caption = 'OK'
  48.       Default = True
  49.       TabOrder = 0
  50.       OnClick = OKBtnClick
  51.       Images = frmMain.ImageList1
  52.       ImageIndex = 0
  53.     end
  54.     object btncancel: TsitBitBtn
  55.       Left = 238
  56.       Top = 8
  57.       Width = 75
  58.       Height = 25
  59.       Cancel = True
  60.       Caption = 'Cancel'
  61.       ModalResult = 2
  62.       TabOrder = 1
  63.       Images = frmMain.ImageList1
  64.       ImageIndex = 1
  65.     end
  66.     object BitBtn2: TsitBitBtn
  67.       Left = 318
  68.       Top = 8
  69.       Width = 75
  70.       Height = 25
  71.       Caption = 'Help'
  72.       TabOrder = 2
  73.       OnClick = HelpBtnClick
  74.       Images = frmMain.ImageList1
  75.       ImageIndex = 2
  76.     end
  77.   end
  78.   object pcOptions: TPageControl
  79.     Tag = 809
  80.     Left = 0
  81.     Top = 0
  82.     Width = 401
  83.     Height = 357
  84.     ActivePage = tabinterface
  85.     Align = alClient
  86.     MultiLine = True
  87.     ParentShowHint = False
  88.     ShowHint = True
  89.     TabOrder = 0
  90.     object tabinterface: TTabSheet
  91.       Tag = 802
  92.       Caption = ' General '
  93.       object grpGeneral: TGroupBox
  94.         Left = 7
  95.         Top = 5
  96.         Width = 378
  97.         Height = 123
  98.         HelpContext = 1125
  99.         Caption = 'General'
  100.         TabOrder = 0
  101.         object Label6: TLabel
  102.           Left = 16
  103.           Top = 23
  104.           Width = 96
  105.           Height = 13
  106.           Caption = 'User Interface Style:'
  107.         end
  108.         object chkDisplayStartUpDialog: TCheckBox
  109.           Left = 16
  110.           Top = 48
  111.           Width = 329
  112.           Height = 17
  113.           Hint = 
  114.             'If selected PixPlay will always display the "Welcome to DVD PixP' +
  115.             'lay" dialog on start up, enabling you to quickly create new proj' +
  116.             'ects or open recent ones'#13#10'If unselected, the last project you we' +
  117.             're working on will be opened'
  118.           Caption = 'Always display the Welcome to PixPlay dialog on start up'
  119.           TabOrder = 1
  120.         end
  121.         object LinkLabel1: TLinkLabel
  122.           Left = 88
  123.           Top = 96
  124.           Width = 184
  125.           Height = 17
  126.           Cursor = crHandPoint
  127.           Hint = 
  128.             'If you click this then all the warnings that you have previously' +
  129.             ' chosen to not display again will be redisplayed'
  130.           Caption = 'Reset display of all Warnings and Tips'
  131.           Font.Charset = DEFAULT_CHARSET
  132.           Font.Color = clBlue
  133.           Font.Height = -11
  134.           Font.Name = 'MS Sans Serif'
  135.           Font.Style = [fsUnderline]
  136.           ParentFont = False
  137.           TabOrder = 3
  138.           OnClick = LinkLabel1Click
  139.         end
  140.         object cmbUISkin: TComboBox
  141.           Left = 118
  142.           Top = 19
  143.           Width = 209
  144.           Height = 21
  145.           Hint = 'Allows you to specify the styling of the buttons and toolbar'
  146.           Style = csDropDownList
  147.           ItemHeight = 13
  148.           TabOrder = 0
  149.           Items.Strings = (
  150.             'Classic'
  151.             'Windows XP'
  152.             'Office XP')
  153.         end
  154.         object chkCreateScreenImage: TCheckBox
  155.           Left = 16
  156.           Top = 72
  157.           Width = 329
  158.           Height = 17
  159.           Hint = 
  160.             'If checked then an image of the full screen size is saved to you' +
  161.             'r work folder when you create title pages.  This will speed up p' +
  162.             'review and display of the title page while editing (but will not' +
  163.             ' affect the quality of the created CD)'
  164.           Caption = 'Cache screen size images of Title Pages for faster loading'
  165.           TabOrder = 2
  166.         end
  167.       end
  168.       object grpPreview: TGroupBox
  169.         Left = 8
  170.         Top = 136
  171.         Width = 377
  172.         Height = 97
  173.         Caption = 'Slideshow Preview'
  174.         TabOrder = 1
  175.         object chkPreviewQualityHigh: TCheckBox
  176.           Left = 16
  177.           Top = 20
  178.           Width = 233
  179.           Height = 17
  180.           Hint = 
  181.             'Allows you to specify the quality of the image display during a ' +
  182.             'slideshow preview.  It has NO effect on the created VCD'
  183.           Caption = 'Display the slideshow preview at high quality'
  184.           TabOrder = 0
  185.         end
  186.         object chkAccuratePreviewTiming: TCheckBox
  187.           Left = 16
  188.           Top = 68
  189.           Width = 345
  190.           Height = 17
  191.           Hint = 
  192.             'Improves the accuracy of the timing of the preview so that it cl' +
  193.             'osely matches the timing of the slideshow disk'
  194.           Caption = 'Use very accurate timing during previews'
  195.           TabOrder = 2
  196.         end
  197.         object chkSlideshowAlwaysFromStart: TCheckBox
  198.           Left = 16
  199.           Top = 44
  200.           Width = 321
  201.           Height = 17
  202.           Hint = 
  203.             'If checked, then when clicking Preview the display will always b' +
  204.             'egin with the first image in the project.'#13#10'If it is NOT checked,' +
  205.             ' then Preview display will commence from the currently selected ' +
  206.             'image'
  207.           Caption = 'Always start previews from the first image in the project'
  208.           TabOrder = 1
  209.         end
  210.       end
  211.       object grpEditor: TGroupBox
  212.         Left = 7
  213.         Top = 240
  214.         Width = 378
  215.         Height = 80
  216.         HelpContext = 1114
  217.         Caption = 'External Editor'
  218.         TabOrder = 2
  219.         object Label2: TLabel
  220.           Left = 16
  221.           Top = 20
  222.           Width = 266
  223.           Height = 13
  224.           Caption = 'Specify the path of your preferred image editing program:'
  225.         end
  226.         object ViewerEdit: TEdit
  227.           Left = 32
  228.           Top = 42
  229.           Width = 241
  230.           Height = 21
  231.           Hint = 
  232.             'If you enter a application path here then images will be launche' +
  233.             'd into the specified editor when you press '#39'Ctrl+E'#39'.  If you lea' +
  234.             've the field blank your default application will be used.'
  235.           HelpContext = 1114
  236.           ParentShowHint = False
  237.           ShowHint = True
  238.           TabOrder = 0
  239.           Text = 'ViewerEdit'
  240.         end
  241.         object BitBtn1: TsitBitBtn
  242.           Left = 282
  243.           Top = 40
  244.           Width = 82
  245.           Height = 25
  246.           Hint = 'Click here to select your image editing application'
  247.           Caption = 'Browse...'
  248.           TabOrder = 1
  249.           OnClick = BitBtn1Click
  250.           Images = frmMain.ImageList1
  251.           ImageIndex = 8
  252.         end
  253.       end
  254.     end
  255.     object TabSheet3: TTabSheet
  256.       Tag = 807
  257.       Caption = ' Thumbnails '
  258.       object grpStorage: TGroupBox
  259.         Left = 7
  260.         Top = 133
  261.         Width = 378
  262.         Height = 92
  263.         HelpContext = 1121
  264.         Caption = 'Thumbnail Storage Settings'
  265.         TabOrder = 1
  266.         object Label23: TLabel
  267.           Left = 16
  268.           Top = 26
  269.           Width = 81
  270.           Height = 13
  271.           Caption = 'Disk Cache Size:'
  272.         end
  273.         object Label24: TLabel
  274.           Left = 16
  275.           Top = 60
  276.           Width = 71
  277.           Height = 13
  278.           Caption = 'Thumb Format:'
  279.         end
  280.         object cmbDiskCacheMaxCount: TComboBox
  281.           Left = 104
  282.           Top = 22
  283.           Width = 145
  284.           Height = 21
  285.           Hint = 
  286.             'Memory and Disk Caching is used to speed up the display of thumb' +
  287.             'nails in this application.  You can specify the maximum number o' +
  288.             'f thumbnails to be stored on your system by setting the value he' +
  289.             're'
  290.           Style = csDropDownList
  291.           ItemHeight = 13
  292.           ParentShowHint = False
  293.           ShowHint = True
  294.           TabOrder = 0
  295.           Items.Strings = (
  296.             'No Stored Thumbnails'
  297.             'Low (200 Thumbnails)'
  298.             'Typical (500 Thumbnails)'
  299.             'High (1000 Thumbnails)'
  300.             'Unlimited Storage')
  301.         end
  302.         object btnClearCache: TsitBitBtn
  303.           Left = 256
  304.           Top = 20
  305.           Width = 81
  306.           Height = 25
  307.           Hint = 
  308.             'Click here to clear all the thumbnails from your memory and disk' +
  309.             ' caches'
  310.           Caption = 'Clear Cache'
  311.           ParentShowHint = False
  312.           ShowHint = True
  313.           TabOrder = 1
  314.           OnClick = btnClearCacheClick
  315.         end
  316.         object cmbJPEGThumbnails: TComboBox
  317.           Left = 104
  318.           Top = 56
  319.           Width = 233
  320.           Height = 21
  321.           Hint = 
  322.             'This option allows you specify whether the disk cache should sav' +
  323.             'e thumbnails in JPEG Format (which requires less disk Space) or ' +
  324.             'BMP Format (Which provides better quality thumbs and is faster l' +
  325.             'oading)'
  326.           Style = csDropDownList
  327.           ItemHeight = 13
  328.           ParentShowHint = False
  329.           ShowHint = True
  330.           TabOrder = 2
  331.           Items.Strings = (
  332.             'JPEG Format (Requires less Disk Space)'
  333.             'BMP Format (Better Quality and Faster Loading)')
  334.         end
  335.       end
  336.       object grpWidths: TGroupBox
  337.         Left = 7
  338.         Top = 233
  339.         Width = 378
  340.         Height = 86
  341.         HelpContext = 1120
  342.         Caption = 'Default Column Widths'
  343.         TabOrder = 2
  344.         object Label29: TLabel
  345.           Left = 16
  346.           Top = 27
  347.           Width = 195
  348.           Height = 13
  349.           Caption = 'Width of columns in Filename Only Mode:'
  350.         end
  351.         object Label30: TLabel
  352.           Left = 16
  353.           Top = 56
  354.           Width = 195
  355.           Height = 13
  356.           Caption = 'Width of columns in Small Thumbs Mode:'
  357.         end
  358.         object spnFilenameColumnWidth: TSpinEdit
  359.           Left = 224
  360.           Top = 22
  361.           Width = 62
  362.           Height = 22
  363.           Hint = 
  364.             'This is the default width for the items when in the Filenames fi' +
  365.             'le display mode'
  366.           MaxValue = 200
  367.           MinValue = 20
  368.           ParentShowHint = False
  369.           ShowHint = True
  370.           TabOrder = 0
  371.           Value = 20
  372.         end
  373.         object spnIconInfoColumnWidth: TSpinEdit
  374.           Left = 224
  375.           Top = 51
  376.           Width = 62
  377.           Height = 22
  378.           Hint = 
  379.             'This is the default width for the items when in the Small Thumbs' +
  380.             ' file display mode'
  381.           MaxValue = 300
  382.           MinValue = 30
  383.           ParentShowHint = False
  384.           ShowHint = True
  385.           TabOrder = 1
  386.           Value = 30
  387.         end
  388.       end
  389.       object grpDisplaySettings: TGroupBox
  390.         Left = 7
  391.         Top = 8
  392.         Width = 378
  393.         Height = 118
  394.         HelpContext = 1123
  395.         Caption = 'Thumbnail Display Settings'
  396.         TabOrder = 0
  397.         object chkThumbnailButtons: TCheckBox
  398.           Left = 16
  399.           Top = 20
  400.           Width = 281
  401.           Height = 17
  402.           Hint = 
  403.             'If checked, then your large thumbnails will have the appearance ' +
  404.             'of 3D buttons (has no effect in other thumb display modes)'
  405.           Caption = 'Display thumbnails as buttons'
  406.           ParentShowHint = False
  407.           ShowHint = True
  408.           TabOrder = 0
  409.         end
  410.         object chkHideFileExt: TCheckBox
  411.           Left = 16
  412.           Top = 92
  413.           Width = 217
  414.           Height = 17
  415.           Hint = 
  416.             'If this option is set then filename extensions are not displayed' +
  417.             ' (e.g. myimage.jpg will be displayed as myimage)'
  418.           Caption = 'Hide file extensions'
  419.           ParentShowHint = False
  420.           ShowHint = True
  421.           TabOrder = 3
  422.         end
  423.         object chkHighThumbQuality: TCheckBox
  424.           Left = 16
  425.           Top = 44
  426.           Width = 201
  427.           Height = 17
  428.           Hint = 
  429.             'Allows you to chose whether standard quality thumbnails (faster ' +
  430.             'display or smaller thumbnail files) or high quality thumbnails (' +
  431.             'higher definition) should be used'
  432.           Caption = 'Display High Quality Thumbnails'
  433.           ParentShowHint = False
  434.           ShowHint = True
  435.           TabOrder = 1
  436.         end
  437.         object chkShowFilenamesInGrid: TCheckBox
  438.           Left = 16
  439.           Top = 68
  440.           Width = 305
  441.           Height = 17
  442.           Hint = 
  443.             'Specifies whether the filename for each image is displayed benea' +
  444.             'th the thumbnail or the Frame number'
  445.           Caption = 'Show Filenames rather than the frame number'
  446.           TabOrder = 2
  447.         end
  448.       end
  449.     end
  450.     object TabSheet1: TTabSheet
  451.       Tag = 808
  452.       Caption = ' Thumbnail Size '
  453.       object GroupBox7: TGroupBox
  454.         Left = 7
  455.         Top = 6
  456.         Width = 378
  457.         Height = 315
  458.         Hint = 
  459.           'This is the default size of the thumbnails that are displayed in' +
  460.           ' the Thumbnail file display mode.  Thumbnails in the Small Thumb' +
  461.           's file display mode will be half this size (represented by the d' +
  462.           'ashed red box)'
  463.         HelpContext = 1124
  464.         Caption = 'Standard Thumbnail Size'
  465.         ParentShowHint = False
  466.         ShowHint = True
  467.         TabOrder = 0
  468.         object trkThumbWidth: TTrackBar
  469.           Left = 121
  470.           Top = 20
  471.           Width = 181
  472.           Height = 33
  473.           Max = 200
  474.           Min = 40
  475.           Orientation = trHorizontal
  476.           Frequency = 10
  477.           Position = 40
  478.           SelEnd = 0
  479.           SelStart = 0
  480.           TabOrder = 1
  481.           TickMarks = tmBottomRight
  482.           TickStyle = tsAuto
  483.           OnChange = trkThumbWidthChange
  484.         end
  485.         object trkThumbHeight: TTrackBar
  486.           Left = 60
  487.           Top = 80
  488.           Width = 33
  489.           Height = 180
  490.           Max = 200
  491.           Min = 40
  492.           Orientation = trVertical
  493.           Frequency = 10
  494.           Position = 40
  495.           SelEnd = 0
  496.           SelStart = 0
  497.           TabOrder = 0
  498.           TickMarks = tmBottomRight
  499.           TickStyle = tsAuto
  500.           OnChange = trkThumbWidthChange
  501.         end
  502.         object pnlThumbnailSize: TPanel
  503.           Left = 92
  504.           Top = 50
  505.           Width = 200
  506.           Height = 200
  507.           BorderWidth = 2
  508.           Caption = 'Thumbnail Size'
  509.           Color = clNavy
  510.           Font.Charset = DEFAULT_CHARSET
  511.           Font.Color = clWhite
  512.           Font.Height = -13
  513.           Font.Name = 'Arial'
  514.           Font.Style = [fsBold, fsItalic]
  515.           ParentFont = False
  516.           TabOrder = 2
  517.           object shpSmallThumb: TShape
  518.             Left = 3
  519.             Top = 3
  520.             Width = 65
  521.             Height = 65
  522.             Brush.Style = bsClear
  523.             Pen.Color = clYellow
  524.             Pen.Style = psDot
  525.           end
  526.           object Label16: TLabel
  527.             Left = 105
  528.             Top = 184
  529.             Width = 92
  530.             Height = 13
  531.             Align = alBottom
  532.             Alignment = taRightJustify
  533.             Caption = 'Standard Thumb'
  534.             Font.Charset = DEFAULT_CHARSET
  535.             Font.Color = clWhite
  536.             Font.Height = -11
  537.             Font.Name = 'Arial'
  538.             Font.Style = [fsBold, fsItalic]
  539.             ParentFont = False
  540.             Transparent = True
  541.           end
  542.           object Label19: TLabel
  543.             Left = 3
  544.             Top = 3
  545.             Width = 73
  546.             Height = 13
  547.             Align = alTop
  548.             Caption = 'Small Thumb'
  549.             Color = clBtnFace
  550.             Font.Charset = DEFAULT_CHARSET
  551.             Font.Color = clYellow
  552.             Font.Height = -11
  553.             Font.Name = 'Arial'
  554.             Font.Style = [fsBold, fsItalic]
  555.             ParentColor = False
  556.             ParentFont = False
  557.             Transparent = True
  558.           end
  559.         end
  560.         object BitBtn3: TsitBitBtn
  561.           Left = 257
  562.           Top = 279
  563.           Width = 108
  564.           Height = 25
  565.           Hint = 'Set the thumbnail to the default size'
  566.           Caption = 'Return to Default...'
  567.           TabOrder = 3
  568.           OnClick = BitBtn3Click
  569.         end
  570.       end
  571.     end
  572.     object TabSheet2: TTabSheet
  573.       Hint = 
  574.         'When building a slideshow DVD PixPlay may need to create a lot o' +
  575.         'f temporary files.  This option specifies the minimum amount of ' +
  576.         'free disk space on your system drive before a warning is display' +
  577.         'ed'
  578.       Caption = ' Other Options '
  579.       ImageIndex = 3
  580.       object GroupBox8: TGroupBox
  581.         Left = 7
  582.         Top = 4
  583.         Width = 378
  584.         Height = 238
  585.         HelpContext = 1104
  586.         Caption = 'Folders'
  587.         TabOrder = 0
  588.         object Label1: TLabel
  589.           Left = 13
  590.           Top = 19
  591.           Width = 275
  592.           Height = 13
  593.           Caption = 'Work Folder (Files you may use later, such as Title Pages):'
  594.         end
  595.         object Label10: TLabel
  596.           Left = 16
  597.           Top = 109
  598.           Width = 236
  599.           Height = 13
  600.           Caption = 'Temporary Folder (Files that are deleted after use):'
  601.         end
  602.         object Label4: TLabel
  603.           Left = 16
  604.           Top = 205
  605.           Width = 351
  606.           Height = 13
  607.           Caption = 
  608.             'Display a warning when there is less than                      M' +
  609.             'B free disk space'
  610.         end
  611.         object edtWorkFolder: TEdit
  612.           Left = 23
  613.           Top = 37
  614.           Width = 338
  615.           Height = 21
  616.           Hint = 
  617.             'Specify the folder where PixPlay will save files that you may re' +
  618.             'use such as Text Frames'
  619.           TabStop = False
  620.           ReadOnly = True
  621.           TabOrder = 0
  622.           Text = 'edtTempFolder'
  623.         end
  624.         object edtTempFolder: TEdit
  625.           Left = 23
  626.           Top = 127
  627.           Width = 338
  628.           Height = 21
  629.           Hint = 
  630.             'The folder where PixPlay saves its temporary files.  You may nee' +
  631.             'd up to 600MB free on this drive depending on the size of the sl' +
  632.             'ideshows you are creating'
  633.           TabStop = False
  634.           ReadOnly = True
  635.           TabOrder = 3
  636.           Text = 'edtTempFolder'
  637.         end
  638.         object btnBrowseWork: TsitBitBtn
  639.           Left = 272
  640.           Top = 67
  641.           Width = 89
  642.           Height = 25
  643.           Hint = 'Click here to select your image editing application'
  644.           Caption = 'Browse...'
  645.           TabOrder = 2
  646.           OnClick = btnBrowseTempClick
  647.           Images = frmMain.ImageList1
  648.           ImageIndex = 8
  649.         end
  650.         object btnBrowseTemp: TsitBitBtn
  651.           Left = 272
  652.           Top = 157
  653.           Width = 89
  654.           Height = 25
  655.           Hint = 'Click here to select your image editing application'
  656.           Caption = 'Browse...'
  657.           TabOrder = 4
  658.           OnClick = btnBrowseTempClick
  659.           Images = frmMain.ImageList1
  660.           ImageIndex = 8
  661.         end
  662.         object btnViewWorkFolder: TsitBitBtn
  663.           Left = 178
  664.           Top = 67
  665.           Width = 89
  666.           Height = 25
  667.           Hint = 'Click here to view the files in your Work folder'
  668.           Caption = 'View Files...'
  669.           TabOrder = 1
  670.           OnClick = btnViewWorkFolderClick
  671.           Images = frmMain.ilstButtons16
  672.           ImageIndex = 27
  673.         end
  674.         object spnMinDiskSpaceWarning: TSpinEdit
  675.           Left = 216
  676.           Top = 200
  677.           Width = 57
  678.           Height = 22
  679.           Hint = 
  680.             'DVD PixPlay may create a number of temporary files when preparin' +
  681.             'g a slideshow for burning.  This option specifies the minimum pe' +
  682.             'rmissable level of disk space on your system drive before DVD Pi' +
  683.             'xPlay will display a warning'
  684.           MaxValue = 0
  685.           MinValue = 0
  686.           TabOrder = 5
  687.           Value = 1000
  688.         end
  689.       end
  690.       object bAdvance: TsitBitBtn
  691.         Left = 256
  692.         Top = 297
  693.         Width = 129
  694.         Height = 23
  695.         Hint = 'Advanced CD-ROM Options'
  696.         Caption = 'Advanced Options...'
  697.         TabOrder = 1
  698.         OnClick = bAdvanceClick
  699.       end
  700.     end
  701.   end
  702.   object ViewOpendlg: TOpenDialog
  703.     Filter = 'Programs|*.exe;*.com;*.bat|All Files|*.*'
  704.     Title = 'Select External Viewing Program'
  705.     Left = 33
  706.     Top = 357
  707.   end
  708.   object BrowseFolder1: TBrowseFolder
  709.     Title = 'Folder for DVD PixPlay Files'
  710.     Flags = [bfFileSysDirsOnly, bfStatusText]
  711.     ShowPathInStatusArea = False
  712.     SyncCustomButton = False
  713.     Left = 108
  714.     Top = 352
  715.   end
  716. end
  717.